Bugfixes for EOF, whitespace, and prettier checks. #120
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Checklist
Description of changes
When running CI, we observe the following errors due to linting.
This PR applies some formatting changes across the repo such that these tests are now passed in the initial commit. This appears to be related to #96 and #97.
Changes include:
{{cookiecutter.project_name}}/.devcontainer/devcontainer.json
to be on a single line.{{cookiecutter.project_name}}/.github/actions/setup-poetry-env/action.yml
.{{cookiecutter.project_name}}/.github/workflows/main.yml
.{{cookiecutter.project_name}}/.github/workflows/on-release-main.yml
.{{cookiecutter.project_name}}/README.md
.{{cookiecutter.project_name}}/mkdocs.yml
.These changes should not change any user behaviour apart from allowing the CI to pass first time without any user modification.